" -T Process realtime tracking information\n"
" -w Process waypoint information [default]\n"
" -b Process command file (batch mode)\n"
- " -N No smart icons on output\n"
" -x filtername Invoke filter (placed between inputs and output) \n"
" -D level Set debug level [%d]\n"
" -h, -? Print detailed help and exit\n"
<para><userinput>gpsbabel -i geo -f 1.loc -o gpx -F 1.gpx -o pcx -F 1.wpt</userinput></para>
</example>
- <para>If you want to change the character set of input or/and
- output side you can do this with the option <option>-c
- <character set></option>. You can get a complete list
- of supported character sets with "gpsbabel -l". To change
- the character set on both sides you should do this:</para>
- <para><userinput>gpsbabel -i xcsv,style=foo.style -c latin1 -f foo -o xcsv,style=bar.style -c ms-ansi -F bar</userinput></para>
- <para>Note, that some formats have a fixed character set and ignore this option.</para>
</sect1>
<sect1 id="Route_And_Track_Modes">
<title>Route and Track Modes</title>
<para><option>-w</option> Work on waypoints. This is the default. </para>
<para><option>-T</option> Enable Realtime tracking. This option isn't supported by the majority of our file formats, but repeatedly reads location from a GPS and writes it to a file as described in <xref linkend="tracking" /></para>
<para><option>-b</option> Process batch file. In addition to reading arguments from the command line, we can read them from files containing lists of commands as described in <xref linkend="batchfile"/> </para>
-<para><option>-c</option> Select character set. This option lets you chose the character set. You can get a list of supported character sets via <option>-l</option> </para>
-<para><option>-N</option> Control "smart" output. The <option>-N</option> actually has two subtoptions, <option>-Ni</option> and <option>-Ns</option>. This lets you control whether a given writer will choose smart icons and names, respectively. The option <option>-N</option> by itself selects both. </para>
<para><option>-x filter</option> Run filter. This option lets use use one of of our many data filters. Position of this in the command line does matter - remember, we process left to right.</para>
<para><option>-D</option> Enable debugging. Not all formats support this. It's typically better supported by the various protocol modules because they just plain need more debugging. This option may be followed by a number. Zero means no debugging. Larger numbers mean more debugging. </para>
-<para><option>-l</option> Print character sets. </para>
<para><option>-h</option><option>-?</option> Print help. </para>
<para><option>-V</option> Print version number. </para>
</sect1>